Click or drag to resize

AppointmentOptionalAttendees Property

Represents attendees that are not required to attend the appointment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Attendee> OptionalAttendees { get; }

Property Value

Type: IListAttendee
The optional attendees.
See Also